chore(deps): bump next from 16.2.9 to 16.2.10 - #311
Merged
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...v16.2.10) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/next-16.2.10
branch
from
July 6, 2026 07:46
79a8db6 to
3299f36
Compare
15 tasks
BigSimmo
added a commit
that referenced
this pull request
Aug 12, 2026
…310) and the ledger loss-detector (#311) (#1870) * docs(issues): capture the fuzzy-search drug-match finding and the loss-detector #310 — PR #1851's fuzzy catalogue search matches DIFFERENT drugs at edit distance 2. Measured by running the PR's own algorithm rather than reading it: fluoxetine -> duloxetine (Damerau counts the lu->ul transposition as one edit, both are 10 chars, so the >=8 tier's 2-edit budget allows it) and prednisone -> prednisolone. Intended recovery still works (sertraline, olanzapine) and the short-term guards hold (SSRI/SNRI, ADHD/ODD). Two real mitigations recorded so it is not over-read: fuzzy fires only when nothing matched literally, and sub-5-character terms are excluded. Tested fix is one line — cap the >=8 tier at 1 edit, which kills both cross-drug hits and keeps every legitimate typo case. Blast radius is eleven modules including medications.ts, because catalog-search.ts feeds the whole clinical catalogue. #311 — promote the derived ledger loss-detector into scripts/. Two main-merges silently reverted ledger edits this session, including the whole #293 refutation, and the hand-enumerated recovery list could not catch it. The derived version has now earned its place twice. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017paT42ZVMf8jaLtkjFxdy5 * chore(ledger): record the finding-capture handoff Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * chore(ci): run focused PR 1870 ledger correction * chore(ci): use repository Node version for PR 1870 fix * ci(pr-1870): merge current main and finalise ledger fixes * ci(pr-1870): scope final verification and publish normally --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 tasks
BigSimmo
added a commit
that referenced
this pull request
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps next from 16.2.9 to 16.2.10.
Release notes
Sourced from next's releases.
Commits
9dadfd6v16.2.10534d9c1[16.2.x] Release pipeline updates (#95160)98941fcbackport: docs fixes 16.2.x (#94935)6e1a94d[16.2.x][ci]: fix release script to not strip newlines (#94640)